home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
003
/
books.arc
/
COA.FMT
< prev
next >
Wrap
Text File
|
1985-04-19
|
637b
|
20 lines
* coa.fmt
@ 1,1 say "Cursor Control:^E Up: ^X down: ^D Right: ^S Left:"
@ 1,56 say "^G Delete:"
@ 3,1 say "Screen Control ^C Next Account; ^R Previous Account:"
@ 3,57 say "^W Save"
@ 4,1 say "-----------------------------------------------------"
@ 4,56 say "------------"
@ 6,1 say "Account Number"
@ 6,17 get acct
@ 6,25 say "Title"
@ 6,32 get title
@ 8,1 say "Month to date"
@ 8,19 get amount
@ 10,1 say "Quarter to date"
@ 10,19 get qtd
@ 12,1 say "Year to date"
@ 12,19 get ytd
@ 16,1 say "-CAUTION: Changing balances will destroy audit trail!"
@ 17,3 say "Use adjustment transactions to maintain audit trail."